#include <matrix_implementation.hpp>


Public Member Functions | |
| MatrixImplementation (const parallel::Communicator &comm) | |
| Default constructor. | |
| virtual | ~MatrixImplementation (void) |
| Destructor. | |
| MatrixImplementation * | clone (void) const |
| Make an exact replica of this instance. | |
| MatrixImplementation * | localClone (void) const |
| Make a sequential copy of this instance local to this processor. | |
| gridpack::math::MatrixImplementation< T, I >::MatrixImplementation | ( | const parallel::Communicator & | comm | ) |
Default constructor.
| virtual gridpack::math::MatrixImplementation< T, I >::~MatrixImplementation | ( | void | ) | [virtual] |
Destructor.
| MatrixImplementation* gridpack::math::MatrixImplementation< T, I >::clone | ( | void | ) | const |
Make an exact replica of this instance.
| MatrixImplementation* gridpack::math::MatrixImplementation< T, I >::localClone | ( | void | ) | const |
Make a sequential copy of this instance local to this processor.
1.6.1